From: Debian LibreOffice Maintainers Date: Sun, 22 Feb 2026 09:41:41 +0000 (+0100) Subject: cargo-build-flag X-Git-Tag: archive/raspbian/4%26.2.2.2-3+rpi1^2^2~5 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css//%22node%24level1.%24level2.html/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22node%24level1.%24level2.html/%22?a=commitdiff_plain;h=2dd3534dd7dbe8953908565ca6db1bb7f5045c7a;p=libreoffice.git cargo-build-flag Gbp-Pq: Name cargo-build-flag.diff --- diff --git a/rust_uno/CustomTarget_cargo.mk b/rust_uno/CustomTarget_cargo.mk index 5f933906b01..0fd6b49d04a 100644 --- a/rust_uno/CustomTarget_cargo.mk +++ b/rust_uno/CustomTarget_cargo.mk @@ -13,7 +13,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,rust_uno/cargo)) $(call gb_CustomTarget_get_target,rust_uno/cargo): \ $(call gb_Library_get_target,rust_uno-cpp) \ $(gb_CustomTarget_workdir)/rust_uno/rustmaker/cpp - cd $(SRCDIR)/rust_uno && export DEB_CARGO_CRATE=rust-uno_$(shell grep version rust_uno/Cargo.toml | awk '{ print $$3 }' | sed -e s/\"//g); cargo build $(if $(verbose),--verbose,) --release + cd $(SRCDIR)/rust_uno && export DEB_CARGO_CRATE=rust-uno_$(shell grep version rust_uno/Cargo.toml | awk '{ print $$3 }' | sed -e s/\"//g); cargo build $(if $(verbose),--verbose,) $(CARGO_FLAGS) #TODO: Add to the general pattern rule from solenv/gbuild/CustomTarget.mk, instead of having to # repeat its recipe here: